-
1 offset pointer
Большой англо-русский и русско-английский словарь > offset pointer
-
2 offset pointer
Вычислительная техника: указатель смещения (адреса) -
3 offset pointer
English-Russian dictionary of computer science and programming > offset pointer
-
4 pointer
1) указатель2) указатель, ссылка (идентификатор объекта в программе, обычно - адрес этого объекта в памяти)3) указатель (курсор в форме стрелки, следующий за движениями мыши)•- back-link pointer
- backward pointer
- base pointer
- bidirectional pointer
- buffer pointer
- cell pointer
- child pointer
- command pointer
- current line pointer
- current record pointer
- dangling pointer
- embedded pointer
- explicit pointer
- forward pointer
- hierarchical pointer
- horizontal pointer
- interrupt pointer
- list pointer
- next pointer
- offset pointer
- parent pointer - queue pointer
- service pointer - urgent pointer
- vertical pointerEnglish-Russian dictionary of computer science and programming > pointer
-
5 указатель смещения
Большой англо-русский и русско-английский словарь > указатель смещения
-
6 address
адрес || адресовать- absolute address
- actual address
- address of address
- allophone address
- arithmetic address
- auxiliary address
- B address
- base address
- binary-coded address
- blank address
- block address
- broadcast address
- broken address
- calculated address
- call address
- constant address
- coordinate address
- core memory address
- current address
- data address
- destination address
- direct address
- dot address
- drop address
- dummy address
- effective address
- e-mail address
- end address
- entry-point address
- executive address
- explicit address
- external device address
- external address
- extra address
- final address
- first-level address
- fixed address
- floating address
- floating-point address
- foreign address
- frame address
- generated address
- global address
- hash address
- high load address
- higher address
- home address
- host address
- host apparent address
- immediate address
- implicit address
- indexed address
- indexing address
- indirect address
- initial address
- instruction address
- interleaved addresses
- invalid address - key address
- last field address
- leading address
- link address
- linkage address
- listener address
- load-point address
- load address
- location address
- logical address
- lower address - memory address
- multicast address
- multilevel address
- native address
- network address
- Nth-level address
- number address
- octal address
- offset address
- one-level address
- operand address
- out-of-range address
- overflow exit address
- page address
- physical address
- pointer address
- preset address
- presumptive address
- program address
- real address
- reference address
- regional address
- relative address
- relocatable address
- relocation address
- restart address
- result address
- return address
- second-level address
- self-relative address
- sense address
- single-level address
- source address
- specific address
- starting address
- start address
- stop address
- storage address
- store address
- subnet address
- subroutine return address
- symbolic address
- synthetic address
- talker address
- talk address
- transport address
- true address
- two-coordinate address
- two-level address
- unique address
- unload address
- variable address
- vector address
- virtual address
- windowed address
- word address
- zero address
- zero-level addressEnglish-Russian dictionary of computer science and programming > address
-
7 spear
копье имя существительное: глагол:пронзать копьем (spear, lance)бить острогой (spear, leister, gig) -
8 approach
приближение, подход; сближение; заход на посадку; приближение к срыву [к сваливанию]; метод ( исследования) ; подходить, приближать(ся); заходить на посадку180-degree overhead — заход на посадку над ВПП с разворотом на 180° перед приземлением
360-degree overhead approach — заход на посадку с разворотом на 360° над ВПП (со снижением по спирали)
6-degree final approach — заход на посадку по глиссаде с углом 6° к горизонту
approach on the deck — разг. выход на цель на минимальной высоте
approach to the throat of a nozzle — суживающаяся [докритическая] часть сопла
automatic direction finder approach — заход на посадку с использованием автоматического радиокомпаса
fully coupled automatic approach — автоматический заход на посадку по сигналам курсоглиссадной системы
simulated engine-out missed approach — имитация ухода на второй круг с одним неработающим двигателем
very high-frequency omnirange approach — заход на посадку по системе ВОР [с использованием маяков системы ВОР]
См. также в других словарях:
Pointer (computing) — This article is about the programming data type. For the input interface (for example a computer mouse), see Pointing device. Pointer a pointing to the memory address associated with variable b. Note that in this particular diagram, the computing … Wikipedia
Pointer swizzling — In computer science, pointer swizzling is the conversion of references based on name or position to direct pointer references. It is typically performed during the deserialization (loading) of a relocatable object from disk, such as an executable … Wikipedia
Far pointer — In a segmented architecture computer, a far pointer is a pointer which includes a segment selector, making it possible to point to addresses outside of the current segment.For example, in an Intel 8086, where an ordinary pointer is just a 16 bit… … Wikipedia
Extended Instruction Pointer — Als Register bezeichnet man in der Digital oder Computertechnik Speicherbereiche, die innerhalb eines Prozessors direkt mit der eigentlichen Recheneinheit verbunden sind und die unmittelbaren Operanden und Ergebnisse aller Berechnungen aufnehmen … Deutsch Wikipedia
Instruction Pointer — Als Register bezeichnet man in der Digital oder Computertechnik Speicherbereiche, die innerhalb eines Prozessors direkt mit der eigentlichen Recheneinheit verbunden sind und die unmittelbaren Operanden und Ergebnisse aller Berechnungen aufnehmen … Deutsch Wikipedia
Intel 8086 — Produced From 1978 to 1990s Common manufacturer(s) Intel, AMD, NEC, Fujitsu, Harris (Intersil), OKI, Siemens AG … Wikipedia
X86 assembly language — is the assembly language for the x86 class of processors, which includes Intel s Pentium series and AMD s Athlon series. Like all assembly languages, it uses short mnemonics to represent the fundamental operations that the CPU in a computer can… … Wikipedia
x86 — This article is about Intel microprocessor architecture in general. For the 32 bit generation of this architecture which is also called x86 , see IA 32. x86 Designer Intel, AMD Bits 16 bit, 32 bit, and/or 64 bit Introduced 1978 Design … Wikipedia
Addressing mode — Addressing modes are an aspect of the instruction set architecture in most central processing unit (CPU) designs. The various addressing modes that are defined in a given instruction set architecture define how machine language instructions in… … Wikipedia
Data structure alignment — is the way data is arranged and accessed in computer memory. It consists of two separate but related issues: data alignment and data structure padding. When a modern computer reads from or writes to a memory address, it will do this in word sized … Wikipedia
Thunk — The word thunk has at least three related meanings in computer science. A thunk may be: * a piece of code to perform a delayed computation (similar to a closure) * a feature of some virtual function table implementations (similar to a wrapper… … Wikipedia